home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2003 December / The Sunday Times - The Month 2003-12.iso / pc / engine / shell / shell.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2003-11-10  |  90 b   |  6 lines

  1. on(rollOver){
  2.    gotoAndStop(9);
  3.    col = new Color(this);
  4.    col.setRGB(6443288);
  5. }
  6.